Get All Captions by Drop Zone
{ getDropZoneCaptions }
Retrieve an array of all captions available in the result by specific drop zone type.
Method
getDropZoneCaptions(chunkData: number[][], dropZoneType: DropZoneType): string[]
Arguments
chunkData: number [][]
- The whole chunk data.
dataPoint: DropZoneType
- The dropZoneType to look at.
Returns
string
- An array containing all data captions for a specific drop zone.